From: emellor@ewan Date: Tue, 4 Oct 2005 16:54:33 +0000 (+0100) Subject: Fix typo. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16763^2~45 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=186e5727bae4429484dd68c0791fc0f8f6c0bf26;p=xen.git Fix typo. Signed-off-by: Ewan Mellor --- diff --git a/tools/python/xen/xend/XendCheckpoint.py b/tools/python/xen/xend/XendCheckpoint.py index 9d4b51d7a0..144cd134ef 100644 --- a/tools/python/xen/xend/XendCheckpoint.py +++ b/tools/python/xen/xend/XendCheckpoint.py @@ -177,7 +177,7 @@ def forkHelper(cmd, fd, inputHandler, closeToChild): if fd == child.childerr.fileno(): lasterr = child.childerr.readline().rstrip() log.error('%s', lasterr) - else + else: l = child.fromchild.readline().rstrip() while l: log.debug('%s', l)